| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | var chai = require('chai'); |
||
| 10 | it('configuration file', function() { |
||
| 11 | chai.assert.equal(config.localeFolder, 'locale', 'Error on config file') |
||
| 12 | chai.assert.equal(config.root.substr(config.root.lastIndexOf('/') + 1), 'fixtures', 'Error on config file') |
||
| 13 | chai.assert.equal(config.upload.image, 'unitimage', 'Error on config file') |
||
| 14 | }); |
||
| 15 | }); |
||
| 16 |